projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d2f0258
)
mips: xilfpga: fix DTC warnings
author
Daniel Schwierzeck
<
[email protected]
>
Sat, 15 Dec 2018 18:19:33 +0000
(19:19 +0100)
committer
Daniel Schwierzeck
<
[email protected]
>
Wed, 19 Dec 2018 14:23:01 +0000
(15:23 +0100)
This fixes following DTC warning:
arch/mips/dts/nexys4ddr.dtb: Warning (compatible_is_string_list): /ethernet@
10e00000
/mdio/phy@1:compatible: property is not a string list
As upstream DTS in Linux doesn't have the offending property,
simply remove it to fix the warning.
Signed-off-by: Daniel Schwierzeck <
[email protected]
>
arch/mips/dts/nexys4ddr.dts
patch
|
blob
|
history
diff --git
a/arch/mips/dts/nexys4ddr.dts
b/arch/mips/dts/nexys4ddr.dts
index e254ab1eaafbe867faf9fe9f14c8881b55aa97db..6de8584ea796b28ef2ea5fc1858fd6105e1438ba 100644
(file)
--- a/
arch/mips/dts/nexys4ddr.dts
+++ b/
arch/mips/dts/nexys4ddr.dts
@@
-40,7
+40,6
@@
#address-cells = <1>;
#size-cells = <0>;
phy0: phy@1 {
- compatible = <0x0007c0f0 0xfffffff0>;
device_type = "ethernet-phy";
reg = <1>;
} ;